home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 93 / CDMM_93_2.ISO / Project Nomads / nomads_demo_eng.exe / SUBTITLE.TCL < prev    next >
Encoding:
Text File  |  2002-03-27  |  214 b   |  16 lines

  1. #   
  2. #   ⌐ COPYRIGHT 2000 RADONLABS GMBH
  3. #
  4.  
  5. proc subtitlewatch_normal {} {
  6.  
  7. }
  8.  
  9.  
  10. proc subtitlewatch_cinematic {} {
  11.     
  12.     if {[.iscinematicfinished] == "true"} {
  13.         .setremoveable true
  14.     }
  15. }
  16.